/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

.table.rowlink td:not(.rowlink-skip), .table .rowlink td:not(.rowlink-skip){
	cursor:pointer;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected{
	background-color: rgb(43, 48, 58);
}